home *** CD-ROM | disk | FTP | other *** search
/ Freelog 45 / Freelog045.iso / Bas / Internet / Trellian / twp103.exe / {app} / WebPage.exe / 0 / RCDATA / TFORMDOMTABLECELL / TFORMDOMTABLECELL.txt
Text File  |  2003-02-25  |  7KB  |  340 lines

  1. object FormDOMTableCell: TFormDOMTableCell
  2.   Left = 285
  3.   Top = 207
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 8
  7.   Caption = 'Cell Properties'
  8.   ClientHeight = 385
  9.   ClientWidth = 401
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 401
  24.     Height = 353
  25.     ActivePage = TabSheetSettings
  26.     TabOrder = 0
  27.     TabStop = False
  28.     object TabSheetSettings: TTabSheet
  29.       Caption = 'Settings'
  30.       object PaintBox1: TPaintBox
  31.         Left = 8
  32.         Top = 8
  33.         Width = 169
  34.         Height = 17
  35.         Hint = 'Layout'
  36.         OnPaint = PaintBox1Paint
  37.       end
  38.       object PaintBox2: TPaintBox
  39.         Left = 184
  40.         Top = 8
  41.         Width = 201
  42.         Height = 17
  43.         Hint = 'Cell Colors'
  44.         OnPaint = PaintBox1Paint
  45.       end
  46.       object PaintBox3: TPaintBox
  47.         Left = 8
  48.         Top = 152
  49.         Width = 377
  50.         Height = 17
  51.         Hint = 'Text Formating'
  52.         OnPaint = PaintBox1Paint
  53.       end
  54.       object PaintBox4: TPaintBox
  55.         Left = 8
  56.         Top = 248
  57.         Width = 377
  58.         Height = 17
  59.         Hint = 'Background Image'
  60.         OnPaint = PaintBox1Paint
  61.       end
  62.       object GroupBox1: TGroupBox
  63.         Left = 8
  64.         Top = 24
  65.         Width = 169
  66.         Height = 121
  67.         TabOrder = 0
  68.         object Label1: TLabel
  69.           Left = 8
  70.           Top = 20
  71.           Width = 31
  72.           Height = 13
  73.           Caption = 'Width:'
  74.         end
  75.         object Label2: TLabel
  76.           Left = 8
  77.           Top = 44
  78.           Width = 34
  79.           Height = 13
  80.           Caption = 'Height:'
  81.         end
  82.         object Label3: TLabel
  83.           Left = 8
  84.           Top = 68
  85.           Width = 63
  86.           Height = 13
  87.           Caption = 'Span Across:'
  88.         end
  89.         object Label4: TLabel
  90.           Left = 8
  91.           Top = 92
  92.           Width = 59
  93.           Height = 13
  94.           Caption = 'Span Down:'
  95.         end
  96.         object Edit1: TEdit
  97.           Left = 104
  98.           Top = 16
  99.           Width = 57
  100.           Height = 21
  101.           TabOrder = 0
  102.         end
  103.         object Edit2: TEdit
  104.           Left = 104
  105.           Top = 40
  106.           Width = 57
  107.           Height = 21
  108.           TabOrder = 1
  109.         end
  110.         object Edit3: TEdit
  111.           Left = 104
  112.           Top = 64
  113.           Width = 57
  114.           Height = 21
  115.           TabOrder = 2
  116.         end
  117.         object Edit4: TEdit
  118.           Left = 104
  119.           Top = 88
  120.           Width = 57
  121.           Height = 21
  122.           TabOrder = 3
  123.         end
  124.       end
  125.       object GroupBox3: TGroupBox
  126.         Left = 8
  127.         Top = 168
  128.         Width = 377
  129.         Height = 73
  130.         TabOrder = 1
  131.         object Label5: TLabel
  132.           Left = 8
  133.           Top = 20
  134.           Width = 99
  135.           Height = 13
  136.           Caption = 'Horizontal Alignment:'
  137.         end
  138.         object Label11: TLabel
  139.           Left = 8
  140.           Top = 44
  141.           Width = 87
  142.           Height = 13
  143.           Caption = 'Vertical Alignment:'
  144.         end
  145.         object ComboBox1: TComboBox
  146.           Left = 120
  147.           Top = 16
  148.           Width = 89
  149.           Height = 21
  150.           Style = csDropDownList
  151.           ItemHeight = 13
  152.           TabOrder = 0
  153.           Items.Strings = (
  154.             'Default'
  155.             'Left'
  156.             'Center'
  157.             'Right')
  158.         end
  159.         object CheckBox1: TCheckBox
  160.           Left = 224
  161.           Top = 16
  162.           Width = 97
  163.           Height = 17
  164.           Caption = 'No Wrap'
  165.           TabOrder = 1
  166.         end
  167.         object ComboBox2: TComboBox
  168.           Left = 120
  169.           Top = 40
  170.           Width = 89
  171.           Height = 21
  172.           Style = csDropDownList
  173.           ItemHeight = 13
  174.           TabOrder = 2
  175.           Items.Strings = (
  176.             'Default'
  177.             'Top'
  178.             'Middle'
  179.             'Bottom')
  180.         end
  181.       end
  182.       object GroupBox4: TGroupBox
  183.         Left = 184
  184.         Top = 24
  185.         Width = 201
  186.         Height = 121
  187.         TabOrder = 2
  188.         object Label6: TLabel
  189.           Left = 8
  190.           Top = 20
  191.           Width = 88
  192.           Height = 13
  193.           Caption = 'Background Color:'
  194.         end
  195.         object Label8: TLabel
  196.           Left = 8
  197.           Top = 44
  198.           Width = 61
  199.           Height = 13
  200.           Caption = 'Border Color:'
  201.         end
  202.         object Label9: TLabel
  203.           Left = 8
  204.           Top = 68
  205.           Width = 87
  206.           Height = 13
  207.           Caption = 'Border Color Light:'
  208.         end
  209.         object Label10: TLabel
  210.           Left = 8
  211.           Top = 92
  212.           Width = 87
  213.           Height = 13
  214.           Caption = 'Border Color Dark:'
  215.         end
  216.         object Edit5: TEdit
  217.           Left = 104
  218.           Top = 16
  219.           Width = 57
  220.           Height = 21
  221.           CharCase = ecUpperCase
  222.           TabOrder = 0
  223.         end
  224.         object Button5: TButton
  225.           Left = 168
  226.           Top = 16
  227.           Width = 25
  228.           Height = 21
  229.           Caption = '...'
  230.           TabOrder = 1
  231.           OnClick = Button5Click
  232.         end
  233.         object Edit6: TEdit
  234.           Left = 104
  235.           Top = 40
  236.           Width = 57
  237.           Height = 21
  238.           CharCase = ecUpperCase
  239.           TabOrder = 2
  240.         end
  241.         object Edit7: TEdit
  242.           Left = 104
  243.           Top = 64
  244.           Width = 57
  245.           Height = 21
  246.           CharCase = ecUpperCase
  247.           TabOrder = 4
  248.         end
  249.         object Edit8: TEdit
  250.           Left = 104
  251.           Top = 88
  252.           Width = 57
  253.           Height = 21
  254.           CharCase = ecUpperCase
  255.           TabOrder = 6
  256.         end
  257.         object Button6: TButton
  258.           Left = 168
  259.           Top = 40
  260.           Width = 25
  261.           Height = 21
  262.           Caption = '...'
  263.           TabOrder = 3
  264.           OnClick = Button6Click
  265.         end
  266.         object Button7: TButton
  267.           Left = 168
  268.           Top = 64
  269.           Width = 25
  270.           Height = 21
  271.           Caption = '...'
  272.           TabOrder = 5
  273.           OnClick = Button7Click
  274.         end
  275.         object Button8: TButton
  276.           Left = 168
  277.           Top = 88
  278.           Width = 25
  279.           Height = 21
  280.           Caption = '...'
  281.           TabOrder = 7
  282.           OnClick = Button8Click
  283.         end
  284.       end
  285.       object GroupBox2: TGroupBox
  286.         Left = 8
  287.         Top = 264
  288.         Width = 377
  289.         Height = 49
  290.         TabOrder = 3
  291.         object Edit9: TEdit
  292.           Left = 8
  293.           Top = 16
  294.           Width = 329
  295.           Height = 21
  296.           TabOrder = 0
  297.         end
  298.         object Button4: TButton
  299.           Left = 344
  300.           Top = 16
  301.           Width = 25
  302.           Height = 21
  303.           Caption = '...'
  304.           TabOrder = 1
  305.           OnClick = Button4Click
  306.         end
  307.       end
  308.     end
  309.   end
  310.   object ButtonOK: TButton
  311.     Left = 144
  312.     Top = 360
  313.     Width = 81
  314.     Height = 25
  315.     Caption = 'OK'
  316.     Default = True
  317.     ModalResult = 1
  318.     TabOrder = 1
  319.   end
  320.   object ButtonCancel: TButton
  321.     Left = 232
  322.     Top = 360
  323.     Width = 81
  324.     Height = 25
  325.     Cancel = True
  326.     Caption = 'Cancel'
  327.     ModalResult = 2
  328.     TabOrder = 2
  329.   end
  330.   object ButtonApply: TButton
  331.     Left = 320
  332.     Top = 360
  333.     Width = 81
  334.     Height = 25
  335.     Caption = 'Apply'
  336.     TabOrder = 3
  337.     OnClick = ButtonApplyClick
  338.   end
  339. end
  340.